home *** CD-ROM | disk | FTP | other *** search
- ;
- ; StartSMTPd
- ;
- ; Copyright 1993 by Michael B. Smith.
- ; All Rights Reserved.
- ;
- ; Example script to start the STMPd Daemon.
- ;
- ; SMTPMailDir points to where MailBoxes/Folders are located. It may be
- ; shared with UUCP MailBoxes and Folders (they are the same format).
- ;
- ; SMTPSpoolDir is the directory where SMTP spool files are to be located.
- ; If SMTPpost cannot locate a destination host, it places the articles
- ; in this directory, and retries sending the messages on a regular basis.
- ; It *may not* be shared with UUSpool. The batch files are a different
- ; format.
- ;
- ; SMTPSmarterHost is the SMTP host where mail is sent if the destination
- ; host is not reachable. It is presumed to be an Internet host which
- ; has better routing information than do we.
- ;
- SetEnv SMTPMailDir UUMail:
- SetEnv SMTPSpoolDir UUStuff:SMTPSpoolDir/
- SetEnv SMTPSmarterHost Mail.Virginia.EDU
- SMTPd
-